peak

USAGE: peak inimg outimg -x X0 -y Y0 -s SIZE_INITIAL
                        [-f SIZE_FINAL] [-d] [-L]

peak finds peak in given region of an image.
NOTE: this program finds ONE peak based on iteratively
      reducing the region size; therefore the initially chosen
      region location and size strongly affects which peak will be chosen.
      this program works best for convex shapes with smoothly
      changing slopes; it may give strange results for geometric shapes,
      especially those with edges aligned to horizontal or vertical axes.

ARGUMENTS:
            inimg: input image filename (TIF)
           outimg: output image filename (TIF)
            -x X0: top left x-coord of region
            -y Y0: top left y-coord of region
  -s SIZE_INITIAL: square size of region in which to find peak
                   NOTE: -x, -y and -s values must
                   be set by the user

OPTIONS:
    -f SIZE_FINAL: final square size, after which peak pixel
               -d: to display peak location.
               -L: print Software License for this module
 
 

Example:

peak flowerI.tif flowerIp.tif -x 0 -y 0 -s 100 -d

flowerI.tif:

flowerIp.tif:

Copyright (C) 1999 MLMSoftware Group, LLC.